home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1997 August / Walnut Creek CDROM.7z / VOL_400 / 446_01 / DOC / DPBASICS / MV2 / VECSIMPL.H < prev   
Encoding:
C/C++ Source or Header  |  1996-04-18  |  215 b   |  10 lines

  1. #ifndef VecSimple_Point_H_IS_INCLUDED
  2. #define VecSimple_Point_H_IS_INCLUDED
  3. #include <Point.h>
  4. // define class VecSimple(Point)
  5. #define Type Point
  6. #include <VecSimplest.h>
  7. #include <VecSimple.h>
  8. #undef  Type
  9. #endif
  10.